|
|
|
|
OnGotFocus Method, SftTree Class |
Raises the GotFocus event.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Protected Overrides Sub OnGotFocus( ByVal e As EventArgs ) |
C# |
protected override void OnGotFocus( EventArgs e ); |
C++ |
protected: virtual void OnGotFocus( EventArgs^ e ); |
e
An EventArgs that contains the event data.
Comments
The OnGotFocus method raises the GotFocus event.